home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_086 / cmd / cmd.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  64 lines

  1.  
  2. TITLE:  Cmd.uu v3 (exec. and icon) - Redirects serial or parallel to file
  3.  
  4.    For those of you who have asked for the ability to capture printer
  5. output in a file...
  6.  
  7.    What follows are two uuencoded files for my Cmd.info and Cmd.
  8.  
  9.    Cmd redirects serial.device or parallel.device output to a file.
  10. This allows you to capture the printer output of many applications
  11. (including screen dumps) in a file.
  12.  
  13. CLI Usage: [run] Cmd [-s] [-m] [-n] parallel|serial filename
  14.            (or  Cmd ?  for help)
  15.  
  16.   Example: run Cmd -m -n parallel ram:pfile
  17.            To end a multiple (-m) Cmd, CTRL-C, or use BREAK if run
  18.  
  19. Workbench: Just double click.  All args specified in .info ToolTypes.
  20.               Workbench defaults:
  21.                  DEVICE=parallel
  22.                  FILE=ram:CMD_file
  23.                  SKIP=FALSE
  24.                  MULTIPLE=FALSE
  25.                  NOTIFY=FALSE
  26.            To end a MULTIPLE Cmd, double-click CMD again
  27.  
  28. Options (CLI or Workbench ToolTypes):
  29.  
  30.    -s (ToolTypes: SKIP=TRUE)
  31.  
  32.       If the -s (SKIP) option is specified, Cmd will ignore an initial
  33.       short (less than 8 bytes) write to the device and not save that
  34.       write in the file.  This option is useful when capturing a
  35.       screen dump because most of our drivers currently send a Reset
  36.       string to the printer before the dump.  The driver then delays
  37.       so that subsequent data sent is not lost.  When the dump is
  38.       captured in a file, this programmatic delay is lost and the
  39.       following bytes are endangered by the reset.  In most cases,
  40.       this option should prevent the Reset string from being stored
  41.       in the Cmd file.  You should be able to copy the resulting file
  42.       directly to PAR: (or SER:) for a quick dump.
  43.  
  44.    -m (Tooltypes: MULTIPLE=TRUE)
  45.  
  46.       If the -m (MULTIPLE) option is not specified, the file is closed
  47.       and the redirection removed when the device is closed by the
  48.       application.  With the -m option, Cmd remains installed and
  49.       opens a new file (with .n extension) each time the device is
  50.       opened.
  51.  
  52.    -n (Tooltypes: NOTIFY=TRUE)
  53.  
  54.       The -n (NOTIFY) option causes output of progress messages about
  55.       the redirection.  I like noisy utilities but many others don't,
  56.       so it's an option. 
  57.  
  58.  
  59. Cmd - Copyright (c) 1987 Commodore Business Machines - All Rights Reserved
  60. This program may be freely non-commercially redistributed.
  61. Only warranty is works fine for me --- Carolyn Scheppner
  62.  
  63. This icon already has some default Tooltypes set up.  Executable follows.
  64.